CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Naive Bayes classification

搜索资源列表

  1. ApMl

    0下载:
  2. ApMl provides users with the ability to crawl the web and download pages to their computer in a directory structure suitable for a Machine Learning system to both train itself and classify new documents. Classification Algorithms include Naive Bayes,
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1631348
    • 提供者:辉腾
  1. NaiveBayes.java.tar.gz 基于weka的分类算法

    1下载:
  2. 基于weka的分类算法,用于weka拓展应用。朴素贝叶斯模型发源于古典数学理论,有着坚实的数学基础,以及稳定的分类效率。同时,该算法所需估计的参数很少,对缺失数据不太敏感,算法也比较简单。理论上,与其他分类方法相比具有最小的误差率。,Based on the classification algorithm weka, weka develop applications for. Naive Bayes model originated in the classical mathematical
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-24
    • 文件大小:7196
    • 提供者:zhangrui
  1. naiveBayesClassify

    0下载:
  2. 机器学习算法,朴素贝叶斯分类器,常用作文本分类,或者用在本体匹配算法中用作相似度的计算-Machine learning algorithm, naive bayes classifier, commonly used ZuoWenBen classification, or use in ontology matching algorithm used in the calculation of similarity degree
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:7031
    • 提供者:兰明明
  1. Games

    0下载:
  2. Bayes分类器——算法设计 1. 使用决策树(Decision tree)分类算法、朴素贝叶斯(Naï ve Bayes)算法或者K-近邻(kNN)算法(三者任选其一)对给定的训练数据集构造分类器,并在测试数据集上进行分类预测。 2. 数据集描述: Tic-tac-toe游戏的二叉分类。Tic-tac-toe游戏示例如下-Bayes classifier- Algorithm 1. Using the decision tree (Decision tree) classi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1439417
    • 提供者:vera
  1. TextCat

    0下载:
  2. 用朴素贝叶斯算法来进行文件分类,未包含训练数据.-Naive Bayes algorithm is used to carry out classification of documents, not included in training data.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:281088
    • 提供者:johnson
  1. NaviveBayesClassify

    0下载:
  2. java代码的朴素贝叶斯分类器 java代码的朴素贝叶斯分类器 调试通过-java code java code Naive Bayes classifier Naive Bayesian classifier Naive Bayesian classification of java code through debugging
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:5939
    • 提供者:陈蓉
  1. MailFilter

    0下载:
  2. JAVA写的垃圾邮件过滤器,基于朴素贝叶斯算法,用NetBean生成的界面(须JDK1.6),适用于对手机短信,邮箱邮件,日记等一些txt文件进行分类,测试率达90 以上。-JAVA to write spam filters, based on the Naive Bayes algorithm, using NetBean generated interface (to be JDK1.6), applies to SMS, E-mail e-mail, diary and some oth
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:971880
    • 提供者:370
  1. Bayesian

    0下载:
  2. 朴素贝叶斯模型的源代码,可以用于文本分类-Naive Bayes model source code, can be used for text classification
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:4966
    • 提供者:linzheng
  1. Bayes-Classifier-Association-Rules

    0下载:
  2. 朴素贝叶斯分类是一种简单而高效的分类模型,然而条件独立性假设在现实中很少出,致使其性能有所下降。通过引入关联规则,从两方面来改善朴素贝叶斯分类的性能。一方面,通过对关联规则的挖掘,发现条件属性之间的关联关系,并且利用这种关联关系弱化朴素贝叶斯的独立性假设;另一方面,通过关联规则的置信度,给朴素贝叶斯加权。 -Naive Bayesian classifier is a simple and efficient classification model, the conditional indep
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1310436
    • 提供者:张广明
  1. boosting_src

    0下载:
  2. Boosting中的AdaBoost.M1算法在文本分类中的应用实现。使用ICTCLAS用于中文分词,弱分类器使用Naive Bayes。程序参数使用配置文件的格式。-Application of text classification using AdaBoost.M1. Use ICTCLAS tool in Chinese segment, and use Naive Bayes as the weak classifier. use the config file as the para
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-16
    • 文件大小:4137477
    • 提供者:彭卫华
  1. bayes

    0下载:
  2. 用Python写的,基于概率论的分类方法,朴素贝叶斯分类器-Written in Python, based on probability theory classification, naive Bayes classifier
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2049
    • 提供者:王铭航
  1. Naive-Bayes

    0下载:
  2. 如何运用朴素贝叶斯的公式对两类特征进行分类-How to use simple bayesian formula characteristics of two kinds of classification
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:28255
    • 提供者:zhangjing
  1. Bayes

    0下载:
  2. 贝叶斯分类算法是统计学的一种分类方法,它是一类利用概率统计知识进行分类的算法。在许多场合,朴素贝叶斯(Naï ve Bayes,NB)分类算法可以与决策树和神经网络分类算法相媲美,该算法能运用到大型数据库中,而且方法简单、分类准确率高、速度快。-Bayesian classification algorithm is a statistical classification method, which is a kind of knowledge to classify the use
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3262
    • 提供者:陈兵
  1. Bayes

    0下载:
  2. 贝叶斯分类器matlab代码,主要利用naive bayes分类器的思想利用后验概率进行分类。-Bayesian classifier matlab code, after the main use of naive bayes classifier utilizing the posterior probability ideological classification.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-23
    • 文件大小:7199384
    • 提供者:
  1. bayes

    3下载:
  2. java实现朴素贝叶斯中文文本分类器。自带分类语料和实验报告。功能完整。-java implement Naive Bayes Chinese text categorization. Own classification corpus and test reports. Full-featured.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-19
    • 文件大小:5605376
    • 提供者:周玉红
  1. CLASSIFICATION-with-newsgroup

    0下载:
  2. 多文本分类,KNN和朴素贝叶斯算法,英文文本,-Text categorization, KNN and naive bayes algorithm, the English text,
  3. 所属分类:JavaScript

    • 发布日期:2017-05-11
    • 文件大小:2444211
    • 提供者:王源
  1. text classfication

    0下载:
  2. 朴素贝叶斯文本分类的简单案例,了解朴素贝叶斯的算法实现过程(Naive Bayes text classification of simple cases, to understand the naive Bayes algorithm implementation process)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:zhangcoding
  1. naive_bayes

    0下载:
  2. 朴素贝叶斯算法的程序,不知有用否,不记得是从哪里下载到的了(naive bayes algorithm is a machine learning technique, which is used for classification.)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:24576
    • 提供者:黑发
  1. bayes

    0下载:
  2. 基于概率论的分类方法 :朴素贝叶斯 学习朴素贝叶斯算法进行简单的二值分类(Classification method based on probability theory: Naive Bayes Learning naive Bayes algorithm for simple two valued classification)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-06
    • 文件大小:22528
    • 提供者:AYN1
  1. nb

    0下载:
  2. 朴素贝叶斯分类分为两步: ① 计算特征项和所属类别之间的概率; ② 判断文本dj是否属于类别ci的概率 本代码为训练阶段(Naive Bayes classification is divided into two steps: 1 Calculate the probability between the feature item and its own category; 2 The probability of judging whether the text dj belong
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:wangxuess
« 1 2 34 5 »
搜珍网 www.dssz.com